home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 120 / maccd 120.iso / Utilities / Mac OS X / SleepLess 1.5.1 / SleepLess.app / Contents / Resources / insomnia_load.sh next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2004-08-02  |  229 b   |  11 lines

  1. #!/bin/sh
  2.  
  3. LOCPATH=`/usr/bin/dirname "$0"`
  4.  
  5. /usr/sbin/chown -R root:wheel "$LOCPATH/Insomnia.kext"
  6. /bin/chmod -R g-w "$LOCPATH/Insomnia.kext"
  7. /bin/chmod -R o-wrx "$LOCPATH/Insomnia.kext"
  8.  
  9. /sbin/kextload "$LOCPATH/Insomnia.kext"
  10.  
  11.